Обратная инженерия (Декомпиляция)

Редактировал(а) Alexandr Fokin 2023/02/02 19:52

 
Ildasm.exe (Assembly -> IL)
Ilasm.exe (IL -> Assembly)
.NET Reflector 
ILSpy 
JetBrains dotPeek 
dnSpy 

Ссылки:

Руководство по MSIL
https://metanit.com/sharp/msil/

Understanding compiler-generated type in dotPeek decompiled code
https://stackoverflow.com/questions/15915359/understanding-compiler-generated-type-in-dotpeek-decompiled-code

Generate PDB from .NET DLL file?
https://stackoverflow.com/questions/2859226/generate-pdb-from-net-dll-file

Теги: